home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / basics / simpleplayersdi.win / simpleplayersdi.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  1.3 KB  |  44 lines

  1. /*
  2.     File:        SimplePlayerSDI.h
  3.  
  4.     Written by: Keith Gurganus
  5.  
  6.       Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  7. */
  8.  
  9. #define IDM_NEW            100
  10. #define IDM_OPEN           101
  11. #define IDM_SAVE           102
  12. #define IDM_SAVEAS         103
  13. #define IDM_PRINT          104
  14. #define IDM_PRINTSETUP     105
  15. #define IDM_EXIT           106
  16. #define IDM_UNDO           200
  17. #define IDM_CUT            201
  18. #define IDM_COPY           202
  19. //---------------------------------------------------------------------------
  20. //  GENERIC.H
  21. //---------------------------------------------------------------------------
  22.  
  23. #define IDM_PASTE          203
  24. #define IDM_LINK           204
  25. #define IDM_LINKS          205
  26. #define IDM_HELPCONTENTS   300
  27. #define IDM_HELPSEARCH     301
  28. #define IDM_HELPHELP       302
  29. #define IDM_ABOUT          303
  30. #define IDM_HELPTOPICS     304
  31.  
  32. #define IDC_STATIC -1
  33.  
  34. #define DLG_VERFIRST        400
  35. #define IDC_COMPANY            DLG_VERFIRST
  36. #define IDC_FILEDESC           DLG_VERFIRST+1
  37. #define IDC_PRODVER         DLG_VERFIRST+2
  38. #define IDC_COPYRIGHT       DLG_VERFIRST+3
  39. #define IDC_OSVERSION       DLG_VERFIRST+4
  40. #define IDC_TRADEMARK       DLG_VERFIRST+5
  41. #define DLG_VERLAST         DLG_VERFIRST+5
  42.  
  43. #define IDC_LABEL           DLG_VERLAST+1
  44.